Documents for PDF .NET Edition
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Common Namespace / ObservableSortedDictionary<TKey,TValue> Class / Values Property

In This Topic
    Values Property (ObservableSortedDictionary<TKey,TValue>)
    In This Topic
    Gets a collection containing the values in the System.Collections.Generic.SortedDictionary`2.
    Syntax
    'Declaration
     
    Public ReadOnly Property Values As System.Collections.Generic.ICollection(Of TValue)
    public System.Collections.Generic.ICollection<TValue> Values {get;}
    See Also